﻿/**----------------------------------------------------
    BASE STYLES [MAIN CONTENT]
-----------------------------------------------------**/

#wrapper { background: #fff !important; position: relative; width: 100%; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 300; color: #2a2a2a;}
#wrapper .container { background: none repeat scroll 0 0 transparent; display: block; margin: 0 auto; max-width: 100%; padding: 0 15px; position: relative; max-width: 1200px;}
#wrapper img { border: none;/* max-width: 100%;*/ height: auto;}
#wrapper img.resp { width: 100%;}
#wrapper a { color: #73BF45; outline: 0;}

/**-------------------------------------
  HEADINGS [TITLES & OTHERS]
-------------------------------------**/

#wrapper h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif !important; font-weight: normal; color: #2a2a2a; margin-top: 10px; letter-spacing: -1px;}
#wrapper h1 { margin-bottom: 0.2em; font-size: 2.15em; line-height: 1.4;}
#wrapper h2 { margin-bottom: .5em; margin-top: .5em; font-size: 1.15em; line-height: 1.1;}
#wrapper h3 { margin-bottom: 0.3em; letter-spacing: -1px; font-size: 1.46em; line-height: 1.3;}
#wrapper h4 { margin-bottom: 0.5em; font-size: 1.2em; line-height: 1.25;}
#wrapper h5 { margin-bottom: 1.25em; font-size: 1.07em;}
#wrapper h6 { font-size: .93em;}

/** ============== MAIN SEARCH SECTION ============ **/
#main-search { background: #73BF45;}
#main-search .col { margin-bottom: 0;}
#main-search .search { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
#main-search .search input[type="search"] { background: transparent; border: none; width: 100%; padding: .9em 0em .9em .8em; text-align: right; color: #fff;}
#main-search .search input[type="search"]:focus { outline: none;}
#main-search .search input[type="search"]::-webkit-input-placeholder { color: #fff;}
#main-search .search i { color: #fff !important;background: none !important; margin: 6px 0 !important; padding: 10px 5px !important;}

#main-search .form-search .social { position: relative; display: block; text-align: center; border-left: 1px solid #fff;}
#main-search .form-search i { background: #fff; color: #73BF45; margin: 6px 0 6px 10px; padding: 10px; width: 15px; text-align: center; border-radius: 50%; -webkit-border-radius: 50%;}

 /*  BUTTONS  ============================================================================= */


.button {
    background: #2a2a2a none repeat scroll 0 0 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    margin: 1px;
    outline: medium none;
    padding: 0.3em 1em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.button:hover {
    background: #008F4D none repeat scroll 0 0 !important;
    border: 1px solid #73bf45 !important;
    color: #73bf45;
    text-decoration: none;
}
.button:active {
    background: #8cc63e none repeat scroll 0 0;
    color: #fff;
    position: relative;
    top: 1px;
}
.button:visited {
    color: #fff;
}


/** BEGIN FORMULARIOS **/
.formulario{
 	width: 100%;
 	padding: 0 5px;
 	/**margin: 0 auto;**/
    margin-bottom: 10px;
   	height: auto;
   	padding: 0 1%;
}

.formulario input{
   width: 90%;
   font-size:1em;
   margin: 5px 0 5px 0;
   height: 28px;
   padding-left: 5px;
   font-weight: 300;
}

#FormularioBusqueda{
	padding: 0 1.5% !important;
}

.formulario .searchT{
	width: 96.5%;
}

.formulario input.full {
    width: 100%;
}

.formulario input.medium {
    width: 83%;
}

.formulario input[type="submit"] {
    width: auto;
    /*margin-left: 15px;*/
    margin-top: -1px;
    padding: 5px 4vw !important;
    line-height: 0em;
    height: 40px;
}

.formulario select {
    width: 92%;
    font-size: 1em;
    margin: 5px 0 5px 0;
}

.formulario input button {
    width: 50% !important;
}

.asterisco {
    font-size: 14px;
    color: #ed1c24;
}

.formulario-select {
    width: 100%;
    height: 41px;   
    overflow: hidden;
    background: url(../img/down_arrow_select.png) no-repeat right #fff;
    border: 1px solid rgba(204, 204, 204, 0.55);
    margin: 5px 0 5px 0;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    -webkit-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
}

.formulario-select select {
    background: transparent;
    width: 90%;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-weight: 300;
}

/**----------------------------------------------------
    HEADER CONTENTS STYLES [HEADER SECTION]
-----------------------------------------------------**/
#header-3 { position: relative; width: 100%; height: auto; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); -mz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); z-index: 666;}
#header-3 .col, footer .col { margin: 0;}
#header-3 .top-bar { border-image: linear-gradient(90deg, #FFF 50%, #73BF45 50%, #73BF45 100%) 15%;}
#header-3 .top-bar, #header-3 .head-bar { background: #6E6F71; position: relative; display: table; width: 100%; padding: 0; vertical-align: middle; color: #2a2a2a; z-index: 333;}
#header-3 .head-bar { background-color: #fff; background-image: -moz-linear-gradient( left, #fff, #fff 50%, #73BF45 50%, #73BF45 100%, #fff 100%); background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #73BF45), color-stop(100%, #73BF45), color-stop(100%, #fff)); height: auto; z-index: 0;}
#header-3 .wth { background: #fff;}
#header-3 .grn { background: #73BF45; display: table;}
#header-3 .head-bar .logo-desc { position: relative; display: inline-block; float: left; padding: 6px 0 0 10px; color: #FFF;}
#header-3 .head-bar .logo { position: relative; bottom: -3px; float: left; margin: 0; padding: 0 10px 0 0; height: 100%;}
#header-3 .head-bar .logo.rgt { float: right; margin-right: 0;}
#header-3 .head-bar .logo-txt { font-size: 1.5em; font-weight: 600; line-height: 1em; margin: 2px 0 0;}
#header-3 .head-bar .logo-slg { font-size: 1em; font-weight: 400; margin: 1px 0 0;}
#header-3 .menu-bar { background: 7FC241; float: left; margin: 17px 15px 16px 85px;}

/** ============== TWITTER FEED HEADER ============ **/

.tw-content { padding: 15px 0px; line-height: 1.2em; font-size: .9em; height: 165px; overflow: overlay;}
.tw-content ul { padding: 0;}
.tw-content ul li { display: inline-block; list-style: none; margin-bottom: 10px;}
.tw-content i { background: #2693CB; color: #FFF; padding: 10px; margin-right: 15px; width: 27px; height: 27px; text-align: center; line-height: 1em; border-radius: 3px; -webkit-border-radius: 3px;}
.tw-content::-webkit-scrollbar { width: 8px;}
.tw-content::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  border-radius: 2px; -webkit-border-radius: 2px;}
.tw-content::-webkit-scrollbar-thumb { border-radius: 2px; -webkit-border-radius: 2px; background: #C8D6E6;}

/** =============== TOP MENU SECTION ============== **/

/**-------------------------------------   
   Sharepoint Styles
-------------------------------------**/
  #MSOTlPn_MainTD{
    display: block;
    position: fixed;
    top: 73px;
    right: 10px;
    z-index: 1000;
    height: 90% !important;
    width: auto !important;
    overflow-y: auto;
    background: transparent;	
}

  
   .ms-signInLink{
     display:none !important;
   
   }
   #s4-bodyContainer{
      padding:0 !important;
      margin: 0 !important;
    }
    
    .ms-rteStyle-Titulo_Principal {
		-ms-name: "Titulo_Principal";
		font-family: 'Oswald', sans-serif !important;
		color: #2a2a2a !important;
	    font-weight:400;
		text-transform: uppercase !important;
		font-size: 24px !important;
		line-height: 30px !important;
     }


		.ms-rteStyle-Subtitulo {
			-ms-name: "Subtitulo";
			font-family: 'Oswald', sans-serif !important;
			color: #2a2a2a !important;
			font-weight: 400 !important;
			text-align: justify !important;
			font-size: 1.3em !important;
			line-height: 18px !important;
		}
		
		.ms-rteStyle-Texto_Normal {
			-ms-name: "Texto Normal";
			font-family: 'Oswald', sans-serif !important;
			color: #2a2a2a;
			text-align: justify !important;
			font-size: 1em;
			line-height: 18px !important;
			font-weight: 300 !important;
			margin-top: 10px !important;
		}
		
		.ms-rteStyle-Texto_Normal_Resaltado {
			-ms-name: "Texto Normal Resaltado";
			font-family: 'Oswald', sans-serif !important;
			color:  #333 !important;
			text-align: justify !important;
			font-size: 1em !important;
			line-height: 18px !important;
			font-weight: 400 !important;
			margin-top: 10px !important;
		}
		
		.ms-wpadder{
		   overflow:hidden;	   
		}

        .search input[type="search"] { 			
			width: 100%;	
		}



#cssmenu {
    background: transparent;
    margin: 7px 10px;
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    float: right;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    max-width: 100%;
    float: left;
}

#cssmenu ul:after,
#cssmenu:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cssmenu ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

#cssmenu ul li a {
    text-decoration: none;
    display: block;
    margin: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul li ul {
    position: absolute;
    left: -9999px;
    top: auto;
}

#cssmenu ul li ul li {
    max-height: 0;
    position: absolute;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    background: #fafafa;
    z-index: 999;
}

#cssmenu ul li ul li.has-sub:after {
    display: block;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #000000;
    z-index: 1;
    top: 13px;
    right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:after {
    right: auto;
    left: 15px;
}

#cssmenu ul li ul li.has-sub:before {
    display: block;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-left-color: #ffffff;
    z-index: 2;
    top: 15px;
    right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:before {
    right: auto;
    left: 15px;
    border-left-color: transparent;
    border-right-color: #ffffff;
}

#cssmenu ul li ul li a {
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    background: rgb(251, 251, 251, 0.9);
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 170px;
    padding: 11px 10px 11px 20px;
    text-align: left;
}

#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
    color: #23962e;
}

#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
    background: #f15a29;
}

#cssmenu ul li ul li:hover > ul {
    left: 100%;
    top: 0;
}

#cssmenu ul li ul li:hover > ul > li {
    max-height: 72px;
    position: relative;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul > li {
    float: none;
    display: inline-block;
}

#cssmenu.align-center > ul {
    text-align: center;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul {
    float: right;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu.align-right ul ul li:hover > ul {
    right: 100%;
    left: auto;
}

#cssmenu.align-right ul ul li a {
    text-align: right;
}

#cssmenu > ul > li:after {
    /*content: "";*/
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 0;
    /*background: #fafafa;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;*/
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 15px;
}

#cssmenu > ul > li.has-sub > a:after {
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 13px;
    right: 14px;
    top: 11px;
}

#cssmenu > ul > li.has-sub > a:before {
    display: block;
    content: "";
    border: 4px solid transparent;
    border-top-color: #fff;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 1px;
    top: 9px;
}

#cssmenu > ul > li > a {
    color: #fff;
    padding: 5px 10px;
    /** 10px 20px **/
    font-weight: 300;
    font-size: 14px;
    z-index: 2;
    position: relative;
}

#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
    height: 100%;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #fff;
}

#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
    border-top-color: #2a2a2a;
}

#cssmenu > ul > li:hover > ul {
    left: 0;
}

#cssmenu > ul > li:hover > ul > li {
    max-height: 72px;
    position: relative;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul > li > a {
    display: block;
}

#cssmenu > ul > li {
    width: auto;
}

#cssmenu > ul > li > ul {
    width: 170px;
    display: block;
}

#cssmenu > ul > li > ul > li {
    width: 170px;
    display: block;
}

@media all and (max-width: 960px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
        -moz-transition: max-height 0.35s ease-out;
        -ms-transition: max-height 0.35s ease-out;
        -o-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out;
    }
    #cssmenu > ul > li > ul {
        width: 100%;
        display: block;
    }
    #cssmenu.align-right ul li a {
        text-align: left;
    }
    #cssmenu > ul > li > ul > li {
        width: 100%;
        display: block;
    }
    #cssmenu.align-right ul ul li a {
        text-align: left;
    }
    #cssmenu > ul > li > ul > li > a {
        width: 100%;
        display: block;
    }
    #cssmenu ul li ul li a {
        width: 100%;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu.align-center > ul > li {
        display: block;
    }
    #cssmenu > ul.open {
        max-height: 1000px;
        border-top: 1px solid rgba(250, 250, 250, 0.28);
    }
    #cssmenu ul {
        width: 100%;
    }
    #cssmenu ul > li {
        /** float: none; **/
        width: 100%;
    }
    #cssmenu ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 12px 20px;
    }
    #cssmenu ul > li:after {
        display: none;
    }
    #cssmenu ul li.has-sub > a:after,
    #cssmenu ul li.has-sub > a:before,
    #cssmenu ul li ul li.has-sub:after,
    #cssmenu ul li ul li.has-sub:before {
        display: none;
    }
    #cssmenu ul li ul,
    #cssmenu ul li ul li ul,
    #cssmenu ul li ul li:hover > ul,
    #cssmenu.align-right ul li ul,
    #cssmenu.align-right ul li ul li ul,
    #cssmenu.align-right ul li ul li:hover > ul {
        left: 0;
        position: relative;
        right: auto;
    }
    #cssmenu ul li ul li,
    #cssmenu ul li:hover > ul > li {
        max-height: 999px;
        position: relative;
        background: none;
    }
    #cssmenu ul li ul li a {
        padding: 8px 20px 8px 35px;
        color: #ffffff;
        background-color: transparent;
    }
    #cssmenu ul li ul ul li a {
        padding: 8px 20px 8px 50px;
    }
    #cssmenu ul li ul li:hover > a {
        color: #000000;
    }
    #cssmenu #menu-button {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 7px 20px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
        text-align: left;
    }
    #cssmenu #menu-button:after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 20px;
        top: 13px;
    }
    #cssmenu #menu-button:before {
        display: block;
        content: '';
        position: absolute;
        height: 7px;
        width: 22px;
        border-top: 2px solid #ffffff;
        right: 20px;
        top: 8px;
    }
}

/*estilos idioma*/

.goog-te-gadget-simple {
    width: 108px !important;
}

.goog-te-gadget-icon {
    float: left !important;
    display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    font-family: 'Oswald' !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    background-color: #6E6F71 !important;
    color: white !important;
    font-size: 14px !important;
}

.tituloMenu {
    float: left;
    margin: 0;
    padding: 3px 0px 0px 0px;
}

.goog-te-gadget {
    margin-top: 0 !important;
}

.goog-te-gadget-simple {
    border: 1px solid #6E6F71 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 1px !important;
}

.goog-te-gadget-simple a:link,
.goog-te-gadget-simple a:visited {
    color: #fff !important;
}

.goog-te-gadget-simple a:hover {
    color: #fff !important;
}

.goog-te-menu-value span {
    color: #fff !important;
    border: none !important;
    margin-left: 2px;
}

.goog-te-menu-value img {
    display: none;
}

@media screen and (max-width: 750px) {
    /**#cssmenu {
        width: 100%;
    }**/
    .no-mobile {
        display: none;
    }
}


/** =============== MAIN MENU SECTION ============== **/

#mgmenu1 {
    z-index: 12;
}

#mgmenu2 {
    margin-top: 12px;
    z-index: 11;
}


/* 1. Mega Menu Bar */

.mgmenu_container,
.mgmenu_fixed,
.mgmenu_footer {
    width: 100%;
    height: 47px;
    z-index: 10;
}

.mgmenu_container {
    position: relative;
    margin: 0 auto;
}

.mgmenu_fixed,
.mgmenu_footer {
    width: inherit;
    max-width: inherit;
    position: fixed;
    top: 0;
    /* IE7 Fix */
    *width: expression(this.parentNode.currentStyle['width']);
}

.mgmenu_footer {
    top: auto;
    bottom: 0;
}

.mgmenu {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    /* For IE7 */
    line-height: 1;
}

.mgmenu > li {
    float: left;
    margin: 0;
    padding-right: 15px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
}

.mgmenu > li:hover,
.mgmenu > li.active {
    background-color: #6E6F71;
}

.mgmenu li.noactive {
    background: none;
}

.mgmenu > li > a,
.mgmenu > li > span {
    display: block;
    color: #fff;
    font-size: 15px;
    outline: 0;
    text-decoration: none;
    padding: 16px 0 15px 15px;
}

.mgmenu > li > span:hover,
.mgmenu > li > a:hover,
.mgmenu > li > a:focus {
    cursor: pointer;
    color: #fff;
    outline: none;
}

.mgmenu > li .mgmenu_drop {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right 19px;
    padding-right: 20px;
}

.mgmenu_footer .mgmenu > li .mgmenu_drop {
    background-image: url("../img/upArrow.png");
}

.mgmenu > li.right_item {
    float: right;
    margin-right: 0;
}

.mgmenu_container > .mgmenu > li.mgmenu_button,
.mgmenu_fixed > .mgmenu > li.mgmenu_button,
.mgmenu_footer > .mgmenu > li.mgmenu_button {
    display: none;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    font-weight: bold;
    background-color: transparent;
    background-image: url("../img/toggle.png");
    background-repeat: no-repeat;
    background-position: 96% 10px;
    line-height: 12px;
    padding: 14px 4% 14px 4%;
    color: #73BF45;
}

.mgmenu_container > .mgmenu > li.mgmenu_button_active,
.mgmenu_fixed > .mgmenu > li.mgmenu_button_active,
.mgmenu_footer > .mgmenu > li.mgmenu_button_active {
    background-color: #6E6F71;
    color: #fff;
}


/* 2. Mega Menu Trigger Button */

.mgmenu_trigger {
    position: fixed;
    z-index: 2;
    margin: 0 auto;
    right: 0;
    margin-right: 20px;
    width: 35px;
    height: 41px;
    display: block;
}

.mgmenu_trigger {
    top: 0;
    background-image: url("../img/button_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #121212;
}

.mgmenu_trigger.active {
    background-image: url("../img/button_down.png");
}

.mgmenu_footer ~ .mgmenu_trigger {
    top: auto;
    bottom: 0;
    background-image: url("../img/button_down.png");
}

.mgmenu_footer ~ .mgmenu_trigger.active {
    background-image: url("../img/button_up.png");
}


/*  _______________________________________

    02 DROP DOWNS
    _______________________________________  */


/* 1. Common Styling */

.mgmenu li .dropdown_container,
.mgmenu li .dropdown_fullwidth,
.mgmenu li .mgmenu_multilevel {
    position: absolute;
    top: auto;
    display: none;
    float: left;
    width: 100%;
    /** remove if dropdown_container is left: auto **/
    zoom: 1;
    z-index: 10;
    margin: 0px 0 40px -1px;
    padding: 20px 0 6px 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #CCCCCC;
    border-top: none;
    background: #e5e5e5;
    color: #212121;
}

.mgmenu li .dropdown_container {
    left: 1px;
    /** auto **/
}

.mgmenu li .dropdown_fullwidth {
    left: 0;
}

.mgmenu li.right_item .dropdown_container {
    left: auto;
    right: -1px;
}


/* 2. Footer */

.mgmenu_footer .mgmenu > li .dropdown_container,
.mgmenu_footer .mgmenu > li .dropdown_fullwidth,
.mgmenu_footer .mgmenu > li .mgmenu_multilevel {
    margin: 0 0 0 -1px;
    top: auto;
    bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #CCCCCC;
    border-bottom: none;
}

.mgmenu > li:hover .dropdown_container,
.mgmenu > li:hover .dropdown_fullwidth,
.mgmenu > li.right_item:hover .dropdown_container {
    display: block;
}


/* 3. Drop Down Containers */

.mgmenu li .dropdown_1column {
    width: 8.3334%;
    padding-left: 2%;
    padding-right: 2%;
}

.mgmenu li .dropdown_2columns {
    width: 16.6667%;
    padding-left: 1.8333%;
    padding-right: 1.8333%;
}

.mgmenu li .dropdown_3columns {
    width: 25%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.mgmenu li .dropdown_4columns {
    width: 33.3334%;
    padding-left: 1.333%;
    padding-right: 1.333%;
}

.mgmenu li .dropdown_5columns {
    width: 41.6667%;
    padding-left: 1.166%;
    padding-right: 1.166%;
}

.mgmenu li .dropdown_6columns {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}

.mgmenu li .dropdown_7columns {
    width: 58.3334%;
    padding-left: 0.833%;
    padding-right: 0.833%;
}

.mgmenu li .dropdown_8columns {
    width: 66.6667%;
    padding-left: 0.666%;
    padding-right: 0.666%;
}

.mgmenu li .dropdown_9columns {
    width: 75%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.mgmenu li .dropdown_10columns {
    width: 83.3334%;
    padding-left: 0.333%;
    padding-right: 0.333%;
}

.mgmenu li .dropdown_11columns {
    width: 91.6667%;
    padding-left: 0.1666%;
    padding-right: 0.1666%;
}

.mgmenu li .dropdown_fullwidth {
    width: 100%;
}


/*  _______________________________________

    03 COLUMNS GRID
    _______________________________________  */

.mgmenu .col_1,
.mgmenu .col_2,
.mgmenu .col_3,
.mgmenu .col_4,
.mgmenu .col_5,
.mgmenu .col_6,
.mgmenu .col_7,
.mgmenu .col_8,
.mgmenu .col_9,
.mgmenu .col_10,
.mgmenu .col_11,
.mgmenu .col_12 {
    float: left;
    display: inline;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    /* 
	Rounding error with IE7.
	Lower margin values will absorb the difference.
	*/
    *padding-left: 1.9%;
    *padding-right: 1.9%;
}

.mgmenu .col_1 {
    width: 4.33%;
}

.mgmenu .col_2 {
    width: 12.66%;
}

.mgmenu .col_3 {
    width: 21%;
}

.mgmenu .col_4 {
    width: 29.33%;
}

.mgmenu .col_5 {
    width: 37.66%;
}

.mgmenu .col_6 {
    width: 46%;
}

.mgmenu .col_7 {
    width: 54.33%;
}

.mgmenu .col_8 {
    width: 62.66%;
}

.mgmenu .col_9 {
    width: 71%;
}

.mgmenu .col_10 {
    width: 79.33%;
}

.mgmenu .col_11 {
    width: 87.66%;
}

.mgmenu .col_12 {
    width: 96%;
}

.mgmenu .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 18px;
}

.mgmenu .col_border {
    -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
}


/*  _______________________________________________

    04 MULTILEVEL DROP DOWN
    _______________________________________________  */

.mgmenu .dropdown_flyout,
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.mgmenu .dropdown_flyout .dropdown_flyout_level {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #CCCCCC;
    background: #e5e5e5;
}

.mgmenu .dropdown_flyout li {
    float: left;
    width: 100%;
    padding: 3px 0 3px 0;
}

.mgmenu .dropdown_flyout ul li {
    width: 160px;
    padding: 3px 10px 3px 10px;
}

.mgmenu .dropdown_flyout li.last {
    margin-bottom: 12px;
}

.mgmenu .dropdown_flyout a {
    display: block;
    width: 10em;
}

.mgmenu .dropdown_flyout .dropdown_flyout_level {
    position: absolute;
    margin: 15px 0 0 4px;
    padding: 6px;
    left: 98%;
    top: -21px;
    display: none;
    zoom: 1;
    float: left;
}

.mgmenu .dropdown_flyout .dropdown_flyout_level_left {
    left: -102%;
    right: 100%;
}

.mgmenu .dropdown_flyout .dropdown_parent {
    background: url("../img/rightArrow.png") no-repeat 90% 9px;
}

.mgmenu .dropdown_flyout .dropdown_parent_left {
    background: url("../img/leftArrow.png") no-repeat 90% 9px;
}

.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level,
.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
    display: block;
}

.mgmenu .dropdown_flyout .flyout_heading {
    font-family: Georgia, Times, "Times New Roman", serif;
    padding-bottom: 9px;
    margin-bottom: 9px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 1px #f4f4f4;
    -moz-box-shadow: 0 1px 1px #f4f4f4;
    -o-box-shadow: 0 1px 1px #f4f4f4;
    box-shadow: 0 1px 1px #f4f4f4;
}


/*  _______________________________________

    05 CONTENT & TYPOGRAPHY
    _______________________________________  */


/* 1. Basic Typography */

.mgmenu p,
.mgmenu h1,
.mgmenu h2,
.mgmenu h3,
.mgmenu h4,
.mgmenu h5,
.mgmenu h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #222222 !important;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 18px;
    display:block !important;
}

.mgmenu h1,
.mgmenu h2,
.mgmenu h3,
.mgmenu h4,
.mgmenu h5,
.mgmenu h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.mgmenu p {
    font-size: 12px;
}

.mgmenu h1 {
    font-size: 32px;
}

.mgmenu h2 {
    font-size: 28px;
}

.mgmenu h3 {
    font-size: 24px;
}

.mgmenu h4 {
    font-size: 18px;
}

.mgmenu h5 {
    font-size: 16px;
}

.mgmenu h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.mgmenu a {
    text-decoration: none;
    color: #222222;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.mgmenu a:hover {
    color: #777777;
}

.mgmenu a:focus {
    background: none;
}


/* 2. Lists */

.mgmenu > li ul,
.mgmenu > li ol {
    padding: 0 0 0 18px;
    margin: 0 0 18px 0;
}

.mgmenu > li ul {
    list-style: square;
}

.mgmenu > li ol {
    list-style: decimal;
}

.mgmenu > li ul.no_bullets {
    list-style: none;
    padding: 0;
}

.mgmenu > li ul.no_bullets li {
    line-height: 24px;
}

.mgmenu > li ul li,
.mgmenu > li ol li {
    font-size: 1em;
    line-height: 22px;
    position: relative;
    color: #222222;
    text-shadow: 1px 1px 1px #ffffff;
}

.mgmenu > li ul li span {
    margin-left: 20px;
    font-size: .8em;
    line-height: 2em;
    position: absolute;
}

/* 3. Other Styling */

.mgmenu blockquote {
    color: #aaaaaa;
    border-left: 5px solid #cccccc;
    padding-left: 20px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
}

.mgmenu .text_box {
    width: 84%;
    background: #ffffff;
    padding: 12px 8% 12px 8%;
    -webkit-box-shadow: 0 1px 1px #bbbbbb;
    -moz-box-shadow: 0 1px 1px #bbbbbb;
    -o-box-shadow: 0 1px 1px #bbbbbb;
    box-shadow: 0 1px 1px #bbbbbb;
}

.mgmenu .text_box_black {
    background: #212121;
}

.mgmenu .text_box_red {
    background: #e48a76;
}

.mgmenu .text_box_blue {
    background: #92bfd1;
}

.mgmenu .text_box_green {
    background: #b4ca91;
}

.mgmenu .text_box_yellow {
    background: #f3d067;
}

.mgmenu .text_box_purple {
    background: #C0ADDB;
}

.mgmenu .text_box_brown {
    background: #b2aa9f;
}

.mgmenu .text_box_black,
.mgmenu .text_box_red,
.mgmenu .text_box_blue,
.mgmenu .text_box_green,
.mgmenu .text_box_yellow,
.mgmenu .text_box_purple,
.mgmenu .text_box_brown {
    color: #ffffff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.mgmenu .img_description {
    text-align: center;
    font-style: italic;
    margin-top: -6px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.mgmenu hr {
    width: 100%;
    height: 0;
    *height: 2px;
    margin-bottom: 18px;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #ccc;
}

.mgmenu .video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 18px;
}

.mgmenu .video_container iframe,
.mgmenu .video_container object,
.mgmenu .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.mgmenu iframe {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin-bottom: 12px;
}


/* 4. Inline Images */

.mgmenu img {
    border: none;
}

.mgmenu .inline_img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px #999999;
    -moz-box-shadow: 0 1px 1px #999999;
    -o-box-shadow: 0 1px 1px #999999;
    box-shadow: 0 1px 1px #999999;
    margin-bottom: 18px;
    margin-top: 6px;
}

.mgmenu a .inline_img {
    opacity: 0.8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.mgmenu a:hover .inline_img {
    opacity: 1;
}

.mgmenu .inline_img_border {
    border: 5px solid #fff;
}


/* 5. Icons */

.mgmenu .mini_icon {
    background-image: url("../img/icons/mini-icons-white.png");
    background-repeat: no-repeat;
    margin-top: -2px;
    padding-left: 6px;
    float: left;
    width: 20px;
    height: 20px;
}


/* Row 1 */

.mgmenu .ic_empty_document {
    background-position: 0 0;
}

.mgmenu .ic_documents {
    background-position: -32px 0;
}

.mgmenu .ic_text_document {
    background-position: -64px 0;
}

.mgmenu .ic_folder {
    background-position: -96px 0;
}

.mgmenu .ic_picture {
    background-position: -128px 0;
}

.mgmenu .ic_cloud {
    background-position: -160px 0;
}

.mgmenu .ic_archive {
    background-position: -192px 0;
}

.mgmenu .ic_download {
    background-position: -224px 0;
}

.mgmenu .ic_user {
    background-position: -256px 0;
}

.mgmenu .ic_tag {
    background-position: -288px 0;
}


/* Row 2 */

.mgmenu .ic_lock {
    background-position: 0 -32px;
}

.mgmenu .ic_unlock {
    background-position: -32px -32px;
}

.mgmenu .ic_mail {
    background-position: -64px -32px;
}

.mgmenu .ic_brush {
    background-position: -96px -32px;
}

.mgmenu .ic_refresh {
    background-position: -128px -32px;
}

.mgmenu .ic_grid {
    background-position: -160px -32px;
}

.mgmenu .ic_list {
    background-position: -192px -32px;
}

.mgmenu .ic_delete {
    background-position: -224px -32px;
}

.mgmenu .ic_settings {
    background-position: -256px -32px;
}

.mgmenu .ic_time {
    background-position: -288px -32px;
}


/* Row 3 */

.mgmenu .ic_bookmark {
    background-position: 0 -64px;
}

.mgmenu .ic_calendar {
    background-position: -32px -64px;
}

.mgmenu .ic_graph {
    background-position: -64px -64px;
}

.mgmenu .ic_pin {
    background-position: -96px -64px;
}

.mgmenu .ic_chat {
    background-position: -128px -64px;
}

.mgmenu .ic_chats {
    background-position: -160px -64px;
}

.mgmenu .ic_print {
    background-position: -192px -64px;
}

.mgmenu .ic_attachment {
    background-position: -224px -64px;
}

.mgmenu .ic_power {
    background-position: -256px -64px;
}

.mgmenu .ic_favorite {
    background-position: -288px -64px;
}


/* Row 4 */

.mgmenu .ic_sound {
    background-position: 0 -96px;
}

.mgmenu .ic_edit {
    background-position: -32px -96px;
}

.mgmenu .ic_fullscreen {
    background-position: -64px -96px;
}

.mgmenu .ic_target {
    background-position: -96px -96px;
}

.mgmenu .ic_sync {
    background-position: -128px -96px;
}

.mgmenu .ic_zoom {
    background-position: -160px -96px;
}

.mgmenu .ic_plus {
    background-position: -192px -96px;
}

.mgmenu .ic_minus {
    background-position: -224px -96px;
}

.mgmenu .ic_cancel {
    background-position: -256px -96px;
}

.mgmenu .ic_ok {
    background-position: -288px -96px;
}


/* Row 5 */

.mgmenu .ic_users {
    background-position: 0 -128px;
}

.mgmenu .ic_calc {
    background-position: -32px -128px;
}

.mgmenu .ic_left {
    background-position: -64px -128px;
}

.mgmenu .ic_right {
    background-position: -96px -128px;
}

.mgmenu .ic_up {
    background-position: -128px -128px;
}

.mgmenu .ic_down {
    background-position: -160px -128px;
}

.mgmenu .ic_up_circle {
    background-position: -192px -128px;
}

.mgmenu .ic_down_circle {
    background-position: -224px -128px;
}

.mgmenu .ic_left_circle {
    background-position: -256px -128px;
}

.mgmenu .ic_right_circle {
    background-position: -288px -128px;
}

.mgmenu .menubar_icon {
    padding: 0;
    list-style: none;
    float: left;
}

.mgmenu .menubar_icon:hover {
    background: none;
}

.mgmenu .menubar_icon ul > li {
    list-style: none;
    float: left;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

.mgmenu .menubar_icon ul > li:hover {
    background-color: #131313;
}

.mgmenu .menubar_icon ul > li > a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    display: block;
    padding: 7px 4px 9px 4px;
    width: 24px;
    height: 24px;
}

.mgmenu .icon_vimeo {
    background-image: url("../img/icons/icon_vimeo.png");
}

.mgmenu .icon_dribbble {
    background-image: url("../img/icons/icon_dribbble.png");
}

.mgmenu .icon_twitter {
    background-image: url("../img/icons/icon_twitter.png");
}

.mgmenu .icon_facebook {
    background-image: url("../img/icons/icon_facebook.png");
}

.mgmenu .icon_flickr {
    background-image: url("../img/icons/icon_flickr.png");
}


/* 6. Form Elements */

.mgmenu .contact_form {
    display: block;
    margin-bottom: 10px;
}

.mgmenu .contact_form label {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.mgmenu .form_element {
    color: #000000;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 96%;
    padding: 9px 2% 9px 2%;
    margin: 12px 0 18px 0;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.mgmenu .form_element:hover {
    background-color: #fcfcfc;
}

.mgmenu .form_element:focus {
    background-color: #ffffff;
}

.mgmenu .form_element:focus {
    outline: none;
}

.mgmenu .contact_form textarea {
    height: 120px;
    resize: none;
}

.mgmenu .contact_form .required {
    color: #C00;
}

.mgmenu .contact_form .error,
.mgmenu .contact_form .success {
    width: 96%;
    padding: 9px 2% 9px 2%;
    margin: 12px 0 6px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px 1px #ffffff;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
}

.mgmenu .contact_form .error {
    background: #f7cac4;
    color: #992213;
}

.mgmenu .contact_form .success {
    background: #d8f6bc;
    color: #2f530b;
    margin-bottom: 12px;
}

.mgmenu .contact_form .button {
    padding: 7px 12px;
    margin: 9px 12px 0 0;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #222222;
    text-shadow: 0 1px 1px #000000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mgmenu .contact_form .button:active {}

.mgmenu .contact_form .button:hover,
.mgmenu .contact_form .button:focus {
    color: #ffffff;
    background-color: #1A1A1A;
}

.mgmenu .contact_form .select_element {
    float: left;
    width: 310px;
    overflow: hidden;
    position: relative;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    margin: 12px 0 18px 0;
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    -o-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
}

.mgmenu .contact_form .select_element select {
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #999;
    padding: 6px 0 6px 10px;
    border: 0;
    background: none;
    outline: none;
}

.mgmenu .contact_form .select_element select option {
    background: #fdfdfd;
    width: 100%;
    color: #666;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mgmenu .contact_form .select_element:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        border: 5px solid transparent;
        border-top: 5px solid #333333;
        pointer-events: none;
    }
    .mgmenu .contact_form .select_element select,
    .mgmenu .contact_form .select_element select option {
        -webkit-appearance: none;
        appearance: none;
    }
}


/*  _______________________________________

    06 DROP DOWN TABS
    _______________________________________  */

.mgmenu li > .mgmenu_tabs {
    padding: 0 !important;
}

.mgmenu_tabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mgmenu_tabs_hide {
    display: none;
}

.mgmenu_tabs .mgmenu_tabs_nav {
    width: 20%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.mgmenu_tabs .mgmenu_tabs_panels {
    margin: 0;
    padding: 21px 1% 12px 1%;
    width: 78%;
    *width: 77.9%;
    /* IE7 bug */
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.05);
}

.mgmenu_tabs .mgmenu_tabs_nav li {
    list-style: none;
    margin: 0;
    border: none;
    margin: 0;
    float: left;
    width: 100%;
    clear: left;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.mgmenu_tabs .mgmenu_tabs_nav li a {
    font-size: 12px;
    outline: 0;
    text-decoration: none;
    display: block;
    padding: 9px 15px 9px 15px;
}

.mgmenu_tabs li a.current,
.mgmenu_tabs li a.current:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    top: 1px;
}


/* Right Tabs */

.mgmenu_tabs_right .mgmenu_tabs_panels {
    -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.05);
}


/* Top & Bottom Tabs */

.mgmenu_tabs_top .mgmenu_tabs_nav,
.mgmenu_tabs_bottom .mgmenu_tabs_nav {
    width: 100%;
}

.mgmenu_tabs_top .mgmenu_tabs_panels,
.mgmenu_tabs_bottom .mgmenu_tabs_panels {
    padding: 21px 1% 12px 1%;
    width: 98%;
    *width: 97.9%;
    /* IE7 bug */
}

.mgmenu_tabs_top .mgmenu_tabs_nav li,
.mgmenu_tabs_bottom .mgmenu_tabs_nav li {
    float: none;
    width: auto;
    clear: none;
    display: inline;
}

.mgmenu_tabs_top .mgmenu_tabs_nav li a,
.mgmenu_tabs_bottom .mgmenu_tabs_nav li a {
    display: inline;
    float: left;
}

.mgmenu_tabs_top li a.current,
.mgmenu_tabs_top li a.current:hover,
.mgmenu_tabs_bottom li a.current,
.mgmenu_tabs_bottom li a.current:hover {
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05), 1px 0px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05), 1px 0px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05), 1px 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05), 1px 0px 1px rgba(0, 0, 0, 0.05);
}

.mgmenu_tabs_top .mgmenu_tabs_panels {
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
}

.mgmenu_tabs_bottom .mgmenu_tabs_panels {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}


/*  _______________________________________

    07 MOBILE DEVICES
    _______________________________________  */

@media only screen and (min-width: 768px) and (max-width: 984px) {
    .mgmenu > li {
        padding-right: 10px;
    }
    .mgmenu > li > a,
    .mgmenu > li > span {
        padding-left: 10px;
    }
    .mgmenu .mini_icon {
        padding-left: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .mgmenu_container .mgmenu > li,
    .mgmenu_fixed .mgmenu > li,
    .mgmenu_footer .mgmenu > li {
        display: block !important;
    }
    .mgmenu_container > .mgmenu > li.mgmenu_button,
    .mgmenu_fixed > .mgmenu > li.mgmenu_button,
    .mgmenu_footer > .mgmenu > li.mgmenu_button {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mgmenu_container,
    .mgmenu_fixed,
    .mgmenu_footer {
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
    }
    .mgmenu_container .mgmenu > li,
    .mgmenu_fixed .mgmenu > li,
    .mgmenu_footer .mgmenu > li {
        float: none;
        width: auto;
        border: none;
        display: none;
        padding: 0;
    }
    .mgmenu_container > .mgmenu > li.mgmenu_button,
    .mgmenu_fixed > .mgmenu > li.mgmenu_button,
    .mgmenu_footer > .mgmenu > li.mgmenu_button {
        display: block;
    }
    .mgmenu > li > span,
    .mgmenu > li > a {
        display: block;
        color: #73BF45;
    }
    .mgmenu > li .mgmenu_drop {
        background-position: 96% 19px;
    }
    .mgmenu > li .dropdown_container,
    .mgmenu > li .dropdown_fullwidth,
    .mgmenu_footer .mgmenu > li .dropdown_container,
    .mgmenu_footer .mgmenu > li .dropdown_fullwidth {
        position: absolute;
        top: auto;
        bottom: auto;
        width: 100%;
        margin: 0 0 0 -1px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        border: 1px solid #CCCCCC;
        border-top: none;
    }
    .mgmenu li .dropdown_1column,
    .mgmenu li .dropdown_2columns,
    .mgmenu li .dropdown_3columns,
    .mgmenu li .dropdown_4columns,
    .mgmenu li .dropdown_5columns,
    .mgmenu li .dropdown_6columns,
    .mgmenu li .dropdown_7columns,
    .mgmenu li .dropdown_8columns,
    .mgmenu li .dropdown_9columns,
    .mgmenu li .dropdown_10columns,
    .mgmenu li .dropdown_11columns,
    .mgmenu li .dropdown_fullwidth {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .mgmenu .col_1,
    .mgmenu .col_2,
    .mgmenu .col_3,
    .mgmenu .col_4,
    .mgmenu .col_5,
    .mgmenu .col_6,
    .mgmenu .col_7,
    .mgmenu .col_8,
    .mgmenu .col_9,
    .mgmenu .col_10,
    .mgmenu .col_11,
    .mgmenu .col_12 {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        padding: 0;
        float: left;
        display: block;
    }
    .mgmenu .col_border {
        box-shadow: none;
    }
    /* Multilevel drop down */
    .mgmenu .dropdown_flyout,
    .mgmenu .dropdown_flyout .dropdown_flyout_level,
    .mgmenu .dropdown_flyout .dropdown_flyout_level_left {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        margin: 6px 4% 0 4%;
    }
    .mgmenu .dropdown_flyout .dropdown_flyout_level {
        border: none;
        background: none;
        box-shadow: none;
    }
    .mgmenu .dropdown_flyout li,
    .mgmenu .dropdown_flyout ul li {
        width: 100%;
        padding: 6px 0 6px 0;
    }
    .mgmenu li .dropdown_flyout .dropdown_parent {
        background: url("../img/downArrow-b.png") no-repeat 98% 14px;
    }
    /* Tabs */
    .mgmenu li > .mgmenu_tabs {
        width: 100%;
    }
    .mgmenu_tabs .mgmenu_tabs_nav {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }
    .mgmenu_tabs .mgmenu_tabs_panels {
        padding: 21px 0 12px 0;
        width: 100%;
    }
    /* Other Elements */
    .mgmenu_trigger {
        display: none;
    }
    .mgmenu blockquote {
        margin-left: 12px;
    }
    .mgmenu .img_description {
        text-align: left;
    }
    .mgmenu .menubar_icon {
        z-index: 9;
        float: none !important;
        padding: 0 0 14px 0 !important;
    }
    .mgmenu .menubar_icon ul {
        width: 100%;
        padding: 0 0 9px 0 !important;
    }
    .mgmenu .menubar_icon ul > li {
        padding-left: 2%;
        padding-right: 2%;
    }
}


/*  _______________________________________

    08 RETINA DISPLAYS
    _______________________________________  */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .mgmenu > li .mgmenu_drop {
        background-size: 9px 5px;
        background-image: url("../img/downArrow@2x.png");
    }
    .mgmenu_footer .mgmenu > li .mgmenu_drop {
        background-size: 9px 5px;
        background-image: url("../img/upArrow@2x.png");
    }
    .mgmenu_container > .mgmenu > li.mgmenu_button,
    .mgmenu_fixed > .mgmenu > li.mgmenu_button,
    .mgmenu_footer > .mgmenu > li.mgmenu_button {
        background-size: 24px 24px;
        background-image: url("../img/toggle@2x.png");
    }
    .mgmenu_trigger {
        background-size: 35px 35px;
        background-image: url("../img/button_up@2x.png");
    }
    .mgmenu_trigger.active {
        background-size: 35px 35px;
        background-image: url("../img/button_down@2x.png");
    }
    .mgmenu_footer ~ .mgmenu_trigger {
        background-size: 35px 35px;
        background-image: url("../img/button_down@2x.png");
    }
    .mgmenu_footer ~ .mgmenu_trigger.active {
        background-size: 35px 35px;
        background-image: url("../img/button_up@2x.png");
    }
    .mgmenu .dropdown_flyout .dropdown_parent {
        background-size: 5px 9px;
        background-image: url("../img/rightArrow@2x.png");
    }
    .mgmenu .dropdown_flyout .dropdown_parent_left {
        background-size: 5px 9px;
        background-image: url("../img/leftArrow@2x.png");
    }
    .mgmenu .mini_icon {
        background-image: url("../img/icons/mini-icons-white@2x.png");
        background-repeat: no-repeat;
        background-size: 304px 144px;
    }
    .mgmenu .menubar_icon ul > li > a {
        background-size: 24px 24px;
    }
    .mgmenu .icon_vimeo {
        background-image: url("../img/icons/icon_vimeo@2x.png");
    }
    .mgmenu .icon_dribbble {
        background-image: url("../img/icons/icon_dribbble@2x.png");
    }
    .mgmenu .icon_twitter {
        background-image: url("../img/icons/icon_twitter@2x.png");
    }
    .mgmenu .icon_facebook {
        background-image: url("../img/icons/icon_facebook@2x.png");
    }
    .mgmenu .icon_flickr {
        background-image: url("../img/icons/icon_flickr@2x.png");
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .mgmenu li .dropdown_flyout .dropdown_parent {
        background-size: 9px 5px;
        background-image: url("../img/downArrow-b@2x.png");
    }
}


/**----------------------------------------------------
    FOOTER CONTENTS STYLES [FOOTER SECTION]
-----------------------------------------------------**/

#footer-2 .top-foot, #footer-2 .bottom-foot { background: #73BF45; padding: 10px 0; font-size: 1em; text-align: center; color: #fff;}
#footer-2 .bottom-foot { background: #6E6F71; text-align: left;}
#footer-2 .content-foot { background: #fff; text-align: left; color: #2a2a2a;}
#footer-2 .content-foot .copyright { display: block; padding: 15px 0 20px;}
#footer-2 .content-foot h3 { color: #2a2a2a; font-weight: 600;}
#footer-2 .content-foot .logo img { display: block; margin: 4.5em auto 0;}

/** ============= FOOTER SOCIAL TAB ============ **/
#footer-2 .tabbs-control { background: #E6EBF1;}
#footer-2 .tabbs-control a { display: inline-block; padding: 15px 19.7px; border-bottom: none; text-decoration: none; font-weight: 400; color: #333;}
#footer-2 .tabbs-control i { font-size: 1.3em; margin-right: 0;}
#footer-2 .tabbs-control a.current { background: #F8F9FD;}
#footer-2 .tabbs-content { background: #F8F9FD; padding: 10px; min-height: 196px; /** remove **/}
#footer-2 .tabbs-content > div { display: none;}
#footer-2 .tabbs-content > div:first-child { display: block;}
#footer-2 .boxx { width: 100%; line-height: 20px;}
#footer-2 .boxx h1 { font-weight: bold; font-size: 18px; margin-bottom: 10px;}

/** ============= FOOTER SOCIAL TAB ============ **/
#footer-2 p { font-weight: 400;}
#footer-2 .box { padding: 10px;}
#footer-2 .radio { margin-bottom: 5px;}
#footer-2 .regular { display: none;}
#footer-2 .regular + label { -webkit-appearance: none; background-color: #e1e1e1; border: 4px solid #e1e1e1; border-radius: 10px; width: 100%; float: left; margin-right: 5px; position: relative; width: 10px; height: 10px;}
#footer-2 .regular:checked + label { background: gray; border: 4px solid #e1e1e1;}
#footer-2 button { margin-top: 10px;}

/**----------------------------------------------------
    HOME PAGE STYLES [HOME PAGE]
-----------------------------------------------------**/

/** ============= NEWS SECTION ============ **/

#news, #change .change-bg, #street, #intitutional { padding: 2em 0;}
#news .title, #institutional .title { text-align: center; margin-bottom: 1.3em;}
#news .title h2, #street h2, #institutional .title h2 { color: #73BF45; margin-bottom: .3em;}
#news .title span, #institutional .title span { display: inline-block; width: 70%; font-size: 1.3em; line-height: 1.2em;}

#news .news-slider { position: relative;}
#news .news-slider .text-content, #news .mosaic-item .text-content { position: absolute; bottom: 0; left: 0; right: 0; display: block; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 0.4em; height: 40%; z-index: 3; text-align:justify;}
#news .news-slider .text-content h2, #news .mosaic-item .text-content h2 { margin: 0; color: #fff;}
#news .news-slider .text-content p { margin: .5em 0;}
#news .news-slider .text-content a.button-link { background: #FAB913; padding: 0.3em 1em;  position: absolute; color: #fff; font-weight: 500; border-radius: 2px;} 
#news .news-slider .image-content { line-height: 0;}
#news .news-slider .image-content img { max-width: 100%;}
#news .news-slider .news-pager { position: absolute; bottom: 14px; right: 16px; text-align: right; display: block; margin: 0.2em 0 0; padding: 0; list-style: none; z-index: 3;}
#news .news-slider .news-pager li { background: rgba(255, 255, 255, 0.65); display: inline-block; padding: .3em .7em; margin: 0 0 0 1em; border-radius: 50%; -webkit-border-radius: 50%;}
#news .news-slider .news-pager li.sy-active a { color: #FAB913;}
#news .news-slider .news-pager li a { font-weight: 500; text-decoration: none; display: block; color: #222;}

#news .mosaic-news { position: relative;}
#news .mosaic-item { position: relative; width: 47%; display: -webkit-inline-box; margin-right: 10px; margin-bottom: 10px;}
#news .mosaic-item .image-content { min-height: 180px !important;}
#news .mosaic-item .image-inner { width: 109% !important; left: -.9em !important; right: -.9em !important;}

/** ============= CHANGE SECTION ============ **/
#change { background: url(../images/banner.jpg) no-repeat center; background-size: cover;}
#change .change-bg { background: rgba(115, 191, 69, 0.7);}
#change span.num { font-size: 2em; font-weight: 600; color: #fff; float: left; margin-right: 10px; line-height: normal;}
#change h4 { margin-top: 5px; color: #fff;}
#change p { display: -webkit-box; margin-bottom: 0; color: #fff;}
	#change .img-content, #news .image-content { background: #fff; position: relative; overflow: hidden; min-height: 370px; width: 100%; margin: 0 auto;}
	#change .img-inner, #news .image-inner { position: absolute; top: 0; bottom: 0; width: 108%; left: -1.6em; right: -1.6em;}
	#change .img-inner img, #news .image-inner img { width: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 0;}
	#change .content-title { margin-bottom: 20px;}
	#change .content-title h2 { font-size: 3em; font-weight: 600; color: #fff; margin-top: 0; margin-bottom: 15px;}
	#change .content-title span { font-size: 2em; color: #fff; border-bottom: 5px solid #FABB14;}

/** ============= STREET SECTION ============ **/
#street .info { background: url(../images/info.jpg) no-repeat center bottom; background-size: cover;}
#street .cont { background: rgba(0, 0, 0, 0.5); padding: 1em; color: #fff;}
#street .cont h4 { color: #fff; margin-top: 5px;}
#street .cont .row { padding: 2px 0;}
#street .cont .text { float: right;}
#street .map { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
#street .map iframe { width: 100%; height: 423px;}

/** ============= INSTITUTIONAL SECTION ============ **/
#institutional .acc-container { width: 99.6%; /** overflow:hidden; **/}
#institutional .acc-btn { width:100%; margin:0 auto; cursor:pointer; background: #F0F1F5; border: 1px solid #E6E7E9;}
#institutional .acc-content { height:0px; width:100%; margin:0 auto; overflow:hidden; background: #F8F9FB; border: 1px solid #F8F9FB;}
#institutional .acc-content-inner { padding: 15px;}
#institutional .open { height: auto;}
#institutional .acc-btn h1 { display: inline-block; margin: 0; padding: 15px 25px; font-size: 1.4em; color: #73BF45;}
#institutional .acc-btn span { font-weight: 600; float: right; padding: 20px 25px; color: #424649;} 
#institutional .acc-content-inner p { color:#798795;}
#institutional .selected { color:#1ABC9C;}

#institutional .event-img { height: 200px;}
#institutional .img-content { background: #fff; position: relative; overflow: hidden; height: 100%; width: 100%; margin: 0 auto;}
#institutional .img-inner { position: absolute; top: 0; bottom: 0; width: 140%; /** Editable **/ left: -3.5em; right: -3.5em;}
#institutional .img-inner img { width: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 0;}
#institutional .event-cont h3 { font-size: 1.2em; line-height: 1.2em; color: #73BF45; margin: 0 0 5px;}
#institutional .event-cont .desc { font-size: 1em; margin: 5px 0 0;}
#institutional .event-cont .data { display: block; margin-bottom: 4px; font-weight: 400;}
#institutional .event-cont .text { display: block; margin-right: 8px; margin-bottom: 6px; font-size: .9em; font-weight: 400;}
#institutional .event-cont .text i { margin-right: 5px;}
#institutional .flag { display: inline-block; font-weight: 600; color: #73BF45;}

#institutional .tabs-control { background: #E6EBF1;}
#institutional .tabs-control a { display: inline-block; padding: 15px 20px; border-bottom: none; text-decoration: none; font-weight: 400; color: #333;}
#institutional .tabs-control i { font-size: 1.3em; margin-right: 5px;}
#institutional .tabs-control a.current { background: #F8F9FD;}
#institutional .tabs-content { background: #F8F9FD; padding: 10px; min-height: 416px; /** remove **/}
#institutional .tabs-content > div { display: none;}
#institutional .tabs-content > div:first-child { display: block;}
#institutional .boxs { width: 100%; line-height: 20px;}
#institutional .boxs h1 { font-weight: bold; font-size: 18px; margin-bottom: 10px;}

#institutional .TituRadio { font-size:20px; background-color: rgb(115, 191, 69); width:auto; padding: 15px 5px 15px 5px; text-align:center; color:#FFFFFF}
#institutional .radio { /** padding:30px 5px 30px 5px; **/ width:auto;}
#institutional .switch { margin: 40px auto; position: relative;}
#institutional .switch label { width: 100%; height: 100%; position: relative; display: block;}
#institutional .switch input { top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer;}
#institutional .switch.demo4 { width: 100px; height: 100px;}
#institutional .switch.demo4 label { border-radius: 50%; background: #b2ac9e; background: -moz-linear-gradient(#f7f2f6, #b2ac9e); background: -ms-linear-gradient(#f7f2f6, #b2ac9e);
  background: -o-linear-gradient(#f7f2f6, #b2ac9e); background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f2f6), to(#b2ac9e)); background: -webkit-linear-gradient(#f7f2f6, #b2ac9e); background: linear-gradient(#f7f2f6, #b2ac9e); position: relative; color: #a5a39d; font-size: 40px; text-align: center; line-height: 100px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-shadow: 0 2px 1px rgba(0,0,0,0.25); box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.3), 0 10px 10px 4px rgba(0,0,0,0.3); z-index: 1;}
#institutional .switch.demo4 label:after { content: ""; position: absolute; left: -20px; right: -20px; top: -20px; bottom: -20px; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.15);}
#institutional .switch.demo4 label:before { content: ""; position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; border-radius: inherit; box-shadow: inset 0 10px 10px rgba(0,0,0,0.13); -webkit-filter:blur(1px); -moz-filter:blur(1px); -ms-filter:blur(1px); -o-filter:blur(1px); filter: blur(1px);}
#institutional .switch.demo4 input:checked ~ label { box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.35), 0 3px 10px 4px rgba(0,0,0,0.2); color: #A5DF00;} 
#institutional .switch.demo4 .fa-power-off:after { content: ""; display: block; position: absolute; width: 70%; height: 70%; left: 50%; top: 50%; z-index: -1; margin: -35% 0 0 -35%; border-radius: 50%; background: #d2cbc3; background: -moz-linear-gradient(#cbc7bc, #d2cbc3); background: -ms-linear-gradient(#cbc7bc, #d2cbc3); background: -o-linear-gradient(#cbc7bc, #d2cbc3); background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3)); background: -webkit-linear-gradient(#cbc7bc, #d2cbc3); background: linear-gradient(#cbc7bc, #d2cbc3); box-shadow: 0 -2px 5px rgba(255,255,255,0.05), 0 2px 5px rgba(255,255,255,0.1);}

/**----------------------------------------------------
    INTERNALS PAGES STYLES [INTERNAL PAGE]
-----------------------------------------------------**/

#internal { padding: 20px 0;}
.migadepan { color: #666666; text-align: justify; font-size: 16px; margin: 10px 0; font-weight: 300;}
.migadepan a { font-weight: 400;}
.box, #internal .box-title { padding: 28px 0px 28px 23px;}
.chart { background-color: #F4F4F4 !important;}
.chart h4 { padding-left: 8px;}

/** =============== GLOSARIO INTERNALS STYLES ============== **/
.abc { background-color: #73BF45; margin: 5px; padding: 10px; text-align: center; font-size: 25px; margin: 0 auto; letter-spacing:5px;}
.abc a { color: #fff !important;}
.abc a:link { color: #fff; text-decoration:none !important;}
.abc a:hover { color: #73BF45; text-decoration:none !important;}
.abc a:visited { color: #fff; text-decoration:none !important;}
.cont { text-align: justify;}

/** =============== ACCORDION INTERNALS STYLES ============== **/
.accordion-container { width: 100%; margin: 0 0 2px; clear: both;}
.accordion-toggle { position: relative; display: block; padding: 15px; font-size: 1.5em; font-weight: 300; background: #f3f3f3; color: #363B3F; text-decoration: none;}
.accordion-toggle.open { background: #f1f0f0; color: #fff;}
.accordion-toggle:hover { background: #73BF45; color: #fff !important;}
.accordion-toggle span.toggle-icon { position: absolute; top: 11px; right: 20px; font-size: 1.5em;}
.accordion-content { display: none; padding: 20px; overflow: auto;}
.accordion-content img { display: block; float: left; margin: 0 15px 10px 0; max-width: 100%; height: auto;}
	
@media (max-width: 980px) {
    .content { width: auto;}
    .accordion-content { padding: 10px 0; overflow: inherit;}
}

/** =============== FORMULARIO STYLES ============== **/

.formulario{
 	width: 100%;
 	padding: 0 5px;
 	/**margin: 0 auto;**/
    margin-bottom: 10px;
   	height: auto;
   	padding: 0 1%;
}

.formulario input{
   width: 90%;
   font-size:1em;
   margin: 5px 0 5px 0;
   height: 28px;
   padding-left: 5px;
   font-weight: 300;
}

#FormularioBusqueda{
	padding: 0 1.5% !important;
}

.formulario .searchT{
	width: 96.5%;
}

.formulario input.full {
    width: 100%;
}

.formulario input.medium {
    width: 83%;
}

.formulario input[type="submit"] {
    width: auto;
    /*margin-left: 15px;*/
    margin-top: -1px;
    padding: 5px 4vw !important;
    line-height: 0em;
    height: 40px;
    display: inline-block !important;
}

.formulario select {
    width: 92%;
    font-size: 1em;
    margin: 5px 0 5px 0;
}

.formulario input button {
    width: 50% !important;
}

.asterisco {
    font-size: 14px;
    color: #ed1c24;
}

.formulario-select {
    width: 100%;
    height: 41px;   
    overflow: hidden;
    background: url(../img/down_arrow_select.png) no-repeat right #fff;
    border: 1px solid rgba(204, 204, 204, 0.55);
    margin: 5px 0 5px 0;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    -webkit-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
}

.formulario-select select {
    background: transparent;
    width: 90%;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-weight: 300;
}

/** =============== TABLE PERFIL STYLES ============== **/
.perfil { width:90%; color: #2a2a2a; /**margin:0 auto;**/}
.perfil td { border-bottom-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-bottom-color: #73BF45; padding-bottom: 0;}
.perfil td i { vertical-align: text-top; padding-bottom: 10px; margin-right: 5px; color: #73BF45;}
.pefil td a { text-decoration: none;}

/** =============== INTERNAL TABLE STYLES ============== **/
.tableRes { border: 1px solid #ccc; width: 100%; margin:0; padding:0; border-collapse: collapse; border-spacing: 0;}
.tableRes tr { border: 1px solid #ddd; padding: 5px;}
.tableRes th, .tableRes td { padding: 10px; text-align: center; border-bottom: 1px dotted #ccc;}
.tableRes th { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; color: #73BF45;}

@media screen and (max-width: 750px) {
    .tableRes { border: 0;}
    .tableRes thead { display: none;}
    .tableRes tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd;}
    .tableRes td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc;}
    .tableRes td:last-child { border-bottom: 0;}
    .tableRes td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; color: #73BF45;}
  }

/** =============== LINKS & LOGOS SLIDERS STYLES ============== **/

.titulo_enlace { color: #fff; font-size: 1.2em; text-transform: uppercase; line-height: 23px;}
.icon_slider { margin-bottom: 8px; color: #fff !important;}
.welcome_desc { background: #F8C301; padding: 20px; margin: 0 -90px;}
.logo-gallery { background-color: #fff; padding: 1px 20px 17px 20px;}
.gallery { padding: 0; margin: 0;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 { display: none;}
.nbs-flexisel-container { position: relative; max-width: 100%;}
.nbs-flexisel-ul { position: relative; width: 99999px; margin: 0 0; padding: 0px; list-style-type: none; text-align: center;}
.nbs-flexisel-inner { overflow: hidden; margin: 0 auto;}
.nbs-flexisel-item { float: left; margin: 0px; padding: 0px; cursor: pointer; position: relative; line-height: 0px;}
.nbs-flexisel-item img { width: auto !important; max-width:100%;}
.nbs-flexisel-item > img { width: 70%; cursor: pointer; positon: relative; margin-top: 0.4em;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 26px; height: 36px; position: absolute; cursor: pointer; z-index: 100;}
.nbs-flexisel-nav-left { left: 4%; background: url(../img/c_arrows.png) no-repeat 0px 0px;}
.nbs-flexisel-nav-right { right: 4%; background: url(../img/c_arrows.png) no-repeat -20px 0px;}

/** =============== EMISORA STYLES ============== **/
#radio .TituRadio { font-size:20px; background-color: rgb(115, 191, 69); width: auto; padding: 20px 5px 20px 5px; text-align: center; color:#FFFFFF}
#radio .radio { padding: 30px 5px 30px 5px; width: auto;}
#radio .switch { margin: 50px auto; position: relative;}
#radio .switch label { width: 100%; height: 100%; position: relative; display: block;}
#radio .switch input { top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 100; position: absolute; width: 100%; height: 100%; cursor: pointer;}
#radio .switch.emisora { width: 150px; height: 150px;}
#radio .switch.emisora label { border-radius: 50%; background: #b2ac9e; background: -moz-linear-gradient(#f7f2f6, #b2ac9e); background: -ms-linear-gradient(#f7f2f6, #b2ac9e); background: -o-linear-gradient(#f7f2f6, #b2ac9e); background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f2f6), to(#b2ac9e)); background: -webkit-linear-gradient(#f7f2f6, #b2ac9e); background: linear-gradient(#f7f2f6, #b2ac9e); position: relative; color: #a5a39d; font-size: 70px; text-align: center; line-height: 150px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-shadow: 0 2px 1px rgba(0,0,0,0.25); box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.3), 0 10px 10px 4px rgba(0,0,0,0.3); z-index: 1;}
#radio .switchemisora label:after { content: ""; position: absolute; left: -20px; right: -20px; top: -20px; bottom: -20px; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.15);}
#radio .switch.emisora label:before { content: ""; position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; border-radius: inherit; box-shadow: inset 0 10px 10px rgba(0,0,0,0.13);  -webkit-filter:blur(1px); -moz-filter:blur(1px); -ms-filter:blur(1px); -o-filter:blur(1px); filter: blur(1px);}
#radio .switch.emisora input:checked ~ label { box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 5px 8px rgba(0,0,0,0.35), 0 3px 10px 4px rgba(0,0,0,0.2); color: #A5DF00;} 
#radio .switch.emisora .fa-power-off:after { content: ""; display: block; position: absolute; width: 70%; height: 70%; left: 50%; top: 50%; z-index: -1; margin: -35% 0 0 -35%; border-radius: 50%; background: #d2cbc3; background: -moz-linear-gradient(#cbc7bc, #d2cbc3); background: -ms-linear-gradient(#cbc7bc, #d2cbc3); background: -o-linear-gradient(#cbc7bc, #d2cbc3); background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3)); background: -webkit-linear-gradient(#cbc7bc, #d2cbc3); background: linear-gradient(#cbc7bc, #d2cbc3); box-shadow: 0 -2px 5px rgba(255,255,255,0.05), 0 2px 5px rgba(255,255,255,0.1);}


/** =============== INTERNALS TABS STYLES ============== **/
.sky-tabs,
.sky-tabs * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.sky-tabs {
    position: relative;
    font-family: 'Oswald';
    font-size: 0;
    text-align: left;
    color: #666;
}

.sky-tabs > input {
    position: absolute;
    display: none;
}

.sky-tabs > label {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1px;
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 45px;
    cursor: pointer;
}

.sky-tabs > label.inverse {
    float: right;
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs > label.disabled {
    cursor: default;
}

.sky-tabs > label span {
    display: block;
    background: rgba(243, 243, 243, 0.9);
}

.sky-tabs > label span span {
    padding: 0 20px;
    background: transparent;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.sky-tabs > label:hover span span {
    background: #73BF45;
    color: #fff;
}

.sky-tabs > label.disabled span span {
    background: transparent;
    color: inherit;
}

.sky-tabs > input:checked + label {
    cursor: default;
}

.sky-tabs > input:checked + label span span {
    background: #73BF45;
    color: #fff;
}

.sky-tabs > .switcher {
    display: none;
}

.sky-tabs > .switcher a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
}

.sky-tabs > ul {
    list-style: none;
    position: relative;
    display: block;
    font-size: 13px;
}

.sky-tabs > ul > li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: auto;
    padding: 20px 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    border: 1px solid #73BF45;
}

.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    position: relative;
    z-index: 1;
    opacity: 1;
}


/**/


/* positions */


/**/

.sky-tabs-pos-top-center {
    text-align: center;
}

.sky-tabs-pos-top-right {
    text-align: right;
}

.sky-tabs-pos-top-right > label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify > label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
    width: 50%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
    width: 33.33%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
    width: 25%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
    width: 20%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
    width: 16.66%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
    width: 14.28%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
    width: 12.5%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
    width: 11.11%;
}

.sky-tabs-pos-top-justify > input:first-child + label {
    padding-left: 0;
}

.sky-tabs-pos-left > label,
.sky-tabs-pos-right > label {
    display: block;
    width: 20%;
    float: left;
    clear: left;
    margin-right: 0;
    font-size: 20px;
}

.sky-tabs-pos-right > label {
    float: right;
    clear: right;
}

.sky-tabs-pos-left > ul {
    margin-left: 20%;
}

.sky-tabs-pos-right > ul {
    margin-right: 25%;
}

.sky-tabs-pos-right > label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-center > ul > li,
.sky-tabs-pos-top-justify > ul > li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.sky-tabs-pos-right > ul > li,
.sky-tabs-pos-top-right > ul > li {
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}


/**/


/* animations */


/**/

.sky-tabs-anim-slide-up > ul > li {
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.sky-tabs-anim-slide-right > ul > li {
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -webkit-transform: translateX(15%);
}

.sky-tabs-anim-slide-down > ul > li {
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
}

.sky-tabs-anim-slide-left > ul > li {
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
}

.sky-tabs-anim-slide-up-left > ul > li {
    -o-transform: translate(-15%, -15%);
    -ms-transform: translate(-15%, -15%);
    -moz-transform: translate(-15%, -15%);
    -webkit-transform: translate(-15%, -15%);
}

.sky-tabs-anim-slide-up-right > ul > li {
    -o-transform: translate(15%, -15%);
    -ms-transform: translate(15%, -15%);
    -moz-transform: translate(15%, -15%);
    -webkit-transform: translate(15%, -15%);
}

.sky-tabs-anim-slide-down-right > ul > li {
    -o-transform: translate(15%, 15%);
    -ms-transform: translate(15%, 15%);
    -moz-transform: translate(15%, 15%);
    -webkit-transform: translate(15%, 15%);
}

.sky-tabs-anim-slide-down-left > ul > li {
    -o-transform: translate(-15%, 15%);
    -ms-transform: translate(-15%, 15%);
    -moz-transform: translate(-15%, 15%);
    -webkit-transform: translate(-15%, 15%);
}

.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-tabs-anim-scale > ul > li {
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
}

.sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-tabs-anim-rotate > ul > li {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip > ul {
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
}

.sky-tabs-anim-flip > ul > li {
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}


/**/


/* grid system */


/**/

.sky-tabs .grid-row {
    margin-top: 20px;
}

.sky-tabs .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-tabs .grid-row:first-child {
    margin-top: 0;
}

.sky-tabs .grid-col {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2%;
}

.sky-tabs .grid-col:first-child {
    margin-left: 0;
}

.sky-tabs .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sky-tabs .grid-col-1 {
    width: 6.5%;
}

.sky-tabs .grid-col-2 {
    width: 15%;
}

.sky-tabs .grid-col-3 {
    width: 23.5%;
}

.sky-tabs .grid-col-4 {
    width: 32%;
}

.sky-tabs .grid-col-5 {
    width: 40.5%;
}

.sky-tabs .grid-col-6 {
    width: 49%;
}

.sky-tabs .grid-col-7 {
    width: 57.5%;
}

.sky-tabs .grid-col-8 {
    width: 66%;
}

.sky-tabs .grid-col-9 {
    width: 74.5%;
}

.sky-tabs .grid-col-10 {
    width: 83%;
}

.sky-tabs .grid-col-11 {
    width: 91.5%;
}

.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
    margin-left: 8.5%;
}

.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
    margin-left: 17%;
}

.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
    margin-left: 25.5%;
}

.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
    margin-left: 34%;
}

.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
    margin-left: 42.5%;
}

.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
    margin-left: 51%;
}

.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
    margin-left: 59.5%;
}

.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
    margin-left: 68%;
}

.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
    margin-left: 76.5%;
}

.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
    margin-left: 85%;
}

.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
    margin-left: 93.5%;
}


/**/


/* typography */


/**/

.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-family: 'Oswald', sans-serif;
}

.sky-tabs .typography h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.sky-tabs .typography h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.sky-tabs .typography h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.sky-tabs .typography h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.sky-tabs .typography h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
}

.sky-tabs .typography ul,
.sky-tabs .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.sky-tabs .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
    margin-top: 5px;
}

.sky-tabs .typography ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
}

.sky-tabs .typography ol {
    counter-reset: list1;
}

.sky-tabs .typography ol > li:before {
    counter-increment: list1;
    content: counter(list1)'.';
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}

.sky-tabs .typography a {
    text-decoration: underline;
    color: #987349;
}

.sky-tabs .typography a:hover {
    text-decoration: none;
}

.sky-tabs .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

.sky-tabs .typography .pic img {
    display: block;
}

.sky-tabs .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.sky-tabs .typography .link {
    text-decoration: underline;
    color: #987349;
    cursor: pointer;
}

.sky-tabs .typography .link:hover {
    text-decoration: none;
}

.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
    margin-top: 0;
}

.sky-tabs .typography .text-center {
    text-align: center;
}

.sky-tabs .typography .text-right {
    text-align: right;
}


/**/


/* icons */


/**/

.sky-tabs > label .fa {
    display: block;
    float: left;
    width: 18px;
    margin: 0 12px 0 -6px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

/* pad */


/**/

@media screen and (max-width: 1000px) {
    .sky-tabs > label span span {
        padding: 0 15px;
    }
    .sky-tabs > label .fa {
        margin-right: 10px;
        margin-left: -5px;
    }
}


/**/


/* phone */


/**/

@media screen and (max-width: 767px) {
    .sky-tabs .grid-col,
    .sky-tabs .grid-col:first-child {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .sky-tabs-response-to-stack > label {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    .sky-tabs-response-to-stack > ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .sky-tabs-response-to-stack > ul > li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }
    .sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
        -webkit-transform: rotateX(-90deg);
    }
    .sky-tabs-response-to-icons > label {
        font-size: 0;
    }
    .sky-tabs-response-to-icons > label .fa {
        width: 45px;
        margin: 0;
        font-size: 16px;
    }
    .sky-tabs-response-to-icons > label span span {
        padding: 0;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-left > label,
    .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
        width: 56px;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
        margin-left: 56px;
    }
    .sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
        margin-right: 56px;
    }
    .sky-tabs-response-to-switcher > label {
        display: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    .sky-tabs-response-to-switcher > .switcher {
        display: block;
    }
    .sky-tabs-response-to-switcher:hover > label {
        display: block;
    }
    .sky-tabs-response-to-switcher:hover > .switcher {
        display: none;
    }
    .sky-tabs-response-to-switcher > ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .sky-tabs-response-to-switcher > ul > li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }
    .sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
        -webkit-transform: rotateX(-90deg);
    }
}

/** =============== BACK TO TOP STYLES ============== **/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: #73BF45 url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible { visibility: visible; opacity: 1;}
.cd-top.cd-fade-out { opacity: .5;}
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1;}
@media only screen and (min-width: 768px) {
  .cd-top { right: 20px; bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top { height: 50px; width: 50px; right: 30px; bottom: 30px;}
}


/**----------------------------------------------------
    @MEDIA SCREEN BASE [RESPONSIVE]
-----------------------------------------------------**/

/**--------------------------------------------------
    @Media screen max-width 980px - Normal Desktop
---------------------------------------------------**/

@media (max-width: 980px) {
  #wrapper .container {
    width: 96%;
  }
  #header-3 .head-bar {
    background-color: #fff;
    background-image: -moz-linear-gradient( left, #fff, #fff 20%, #73BF45 20%, #73BF45 100%, #fff 100%);
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fff), color-stop(20%, #fff), color-stop(20%, #73BF45), color-stop(100%, #73BF45), color-stop(100%, #fff));
    height: auto;
    z-index: 0;
  }
  #header-3 .grn {
    width: 81%;
  }
  #header-3 .menu-bar {
    float: right;
    margin: 17px 15px 16px 17px;
  }
  #change .img-inner, #news .image-inner {
    width: 140%;
    left: -8.6em;
    right: -8.6em;
  }
  #news .mosaic-item .image-inner {
    width: 137% !important;
    left: -2.5em !important;
    right: -2.5em !important;
  }
  #street .map iframe {
    height: 442px;
  }
  #footer-2 .tabbs-control a {
    padding: 15px 12.7px;
  }
  #footer-2 .tabbs-content {
    min-height: 255px;
  }
}

/**--------------------------------------------------
    @Media screen max-width 680px - Tablet
---------------------------------------------------**/

@media (max-width: 680px) {
  #wrapper .container {
    width: 94%;
  }
  .tw-content {
    display: inline-block;
    line-height: 2em;
  }
  .tw-content i {
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px;
    width: 15px;
    height: 15px;
  }
  #header-3 .head-bar {
    background-color: #fff;
    background-image: -moz-linear-gradient( left, #fff, #fff 29%, #73BF45 29%, #73BF45 100%, #fff 100%);
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fff), color-stop(29%, #fff), color-stop(29%, #73BF45), color-stop(100%, #73BF45), color-stop(100%, #fff));
    height: auto;
    z-index: 0;
  }
  #header-3 .menu-bar {
    display: block;
    margin: 5px 0;
    width: 100%;
  }
  #header-3 .grn {
    width: 72%;
  }
  #news .mosaic-item {
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #news .title span, #institutional .title span {
    width: 100%;
  }
  #change .content-title {
    margin-top: 20px;
  }
  #logos .nbs-flexisel-nav-left, #logos .nbs-flexisel-nav-right {
    top: 55px !important;
  }
  #footer-2 .content-foot .copyright, #footer-2 .bottom-foot {
    text-align: center;
  }
}

/**--------------------------------------------------
    @Media screen max-width 480px - Normal Phone
---------------------------------------------------**/

@media (max-width: 480px) {
  #wrapper .container {
    width: 92%;
  }
  #header-3 .head-bar {
    background-color: #fff;
    background-image: -moz-linear-gradient( left, #fff, #fff 40%, #73BF45 40%, #73BF45 100%, #fff 100%);
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fff), color-stop(40%, #fff), color-stop(40%, #73BF45), color-stop(100%, #73BF45), color-stop(100%, #fff));
    height: auto;
    z-index: 0;
  }
  #header-3 .head-bar .grn {
    width: auto;
  }
  #header-3 .head-bar .logo-txt {
    font-size: 1.3em;
  }
  #header-3 .menu-bar {
    display: block;
    margin: 5px 0;
    width: 100%;
  }
  #header-3 .head-bar .logo.rgt {
    margin-left: 20px;
  }
  .tw-content {
    display: inline-block;
    line-height: 1.2em;
  }
  .tw-content i {
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px;
    width: 15px;
    height: 15px;
  }
  #news .mosaic-item {
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #news .news-slider .text-content, #news .mosaic-item .text-content {
    height: 56%;
  }
  #news .mosaic-item .image-inner {
    width: 146% !important;
  }
  #news .title span, #institutional .title span {
    width: 100%;
  }
  #change .img-content, #news .image-content {
    min-height: 270px;
  }
  #change .content-title {
    margin-top: 20px;
  }
  #street .map iframe { height: 300px;}
  #institutional .acc-btn span {
    padding: 20px 18px;
  }
  #logos .nbs-flexisel-nav-left, #logos .nbs-flexisel-nav-right {
    top: 55px !important;
  }
  #footer-2 .content-foot .copyright, #footer-2 .bottom-foot {
    text-align: center;
  }
}

/** BEGIN RESPONSIVE TABLE **/
    
    .tableRes {
        border: 1px solid #ccc;
        width: 100%;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    .tableRes tr {
        border: 1px solid #ddd;
        padding: 5px;
    }
    
    .tableRes th,
    .tableRes td {
        padding: 10px;
        text-align: center;
        border-bottom: 1px dotted #ccc;
    }
    
    .tableRes th {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        color: #73BF45;
    }
    
    td[data-label="Nombre Tarea"]{
		text-align: left;
		padding-left: 48px !important;
	}
	.tableRes td.tramiteActivo{
		background: #73BF45;
		color: #FFF;
	}
    
    @media screen and (max-width: 750px) {
        .tableRes {
            border: 0;
        }
        .tableRes thead {
            display: none;
        }
        .tableRes tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }
        .tableRes td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }
        .tableRes td:last-child {
            border-bottom: 0;
        }
        .tableRes td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            color: #73BF45;
        }
        .accordion-container{
		width: 99%;
	}
	.formulario .searchT{
		width: 92% !important;
	}
	.formulario select{
		width: 96.5% !important;
	}
	.formulario input{
		width: 93% !important;
	}
	.formulario input[type="submit"]{
		margin-top: 5px;
		width: 95.5% !important;
	}
    }
    /** END RESPONSIVE TABLE **/

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  color: #7e7e7e;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

a.btn
{
display:inline !important;
}

a.rvfs-decrease:link, a.rvfs-decrease:hover, a.rvfs-decrease:visited{color:#73BF45 !important; font-weight:bold;}
a.rvfs-reset:link, a.rvfs-reset:hover, a.rvfs-reset:visited{color:#73BF45 !important; font-weight:bold;}
a.rvfs-increase:link, a.rvfs-increase:hover, a.rvfs-increase:visited{color:#73BF45 !important; font-weight:bold;}

a.TituloS:link, a.TituloS:hover, a.TituloS:visited
{
	color:#fff !important;
}


#header-3 .top-bar {
    border-top: 6px !important;
    border-image: linear-gradient(90deg, #FFF 50%, #73BF45 50%, #73BF45 100%) 15% !important; 
}